func reflect.haveIdenticalUnderlyingType

11 uses

	reflect (current package)
		type.go#L1645: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L1657: 	return haveIdenticalUnderlyingType(T.common(), V.common(), false)
		type.go#L1660: func haveIdenticalUnderlyingType(T, V *rtype, cmpTags bool) bool {
		type.go#L2078: 			if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
		type.go#L2089: 			if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
		type.go#L2107: 		if haveIdenticalUnderlyingType(&ft.rtype, tt, true) {
		type.go#L2710: 			if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		type.go#L2722: 			if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		type.go#L2739: 		if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		value.go#L3172: 	if haveIdenticalUnderlyingType(dst, src, false) {
		value.go#L3179: 		haveIdenticalUnderlyingType(dst.Elem().common(), src.Elem().common(), false) {